From: Roger Pau Monne Date: Wed, 27 Apr 2022 15:50:23 +0000 (+0200) Subject: cirrus-ci: add FreeBSD 14 task X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~640 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6f988321334b7c8c6f955154c729a172b729b06b;p=xen.git cirrus-ci: add FreeBSD 14 task Introduce a task that uses a FreeBSD 14 (HEAD) snapshot. Signed-off-by: Roger Pau Monné Acked-by: Stefano Stabellini --- diff --git a/.cirrus.yml b/.cirrus.yml index 4ae719136e..c38333e736 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,3 +24,9 @@ task: freebsd_instance: image_family: freebsd-13-0 << : *FREEBSD_TEMPLATE + +task: + name: 'FreeBSD 14' + freebsd_instance: + image_family: freebsd-14-0-snap + << : *FREEBSD_TEMPLATE